home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 176-200 / scopedisk180 / arexxtutorial / rexecute / rexecute.intro < prev    next >
Text File  |  1995-03-19  |  2KB  |  41 lines

  1.  
  2. I've been using this little Arexx thingy for over a year, and it just
  3. occurred to me someone else might find this useful.  I'm a CLI user,
  4. but like to use the mouse when it makes my life easier, and this
  5. program helps.  RExecute is nothing fancy, but provides a decent
  6. alternative to trying to remember a dozen CLI aliases or creating
  7. icons for all your scripts.  With this, CLI users can make their
  8. script names as long and descriptive (and contain as many spaces) as
  9. they want!  
  10.  
  11. RExecute uses the arp.library requester to display a list of script
  12. files which can be easily clicked on with the mouse to EXECUTE.  The
  13. requester just hangs out on the WorkBench screen waiting for the user
  14. make a selection.  Double-clicking on the script name executes it,
  15. and the requester returns for your next request.  This simple program
  16. requires ARexx, arp.library and rexxarp.library to run.
  17.  
  18. I use a subdirectory in my s: drive called "Common_Apps" (which can
  19. contain additional subdirectories if you're a stickler for
  20. organization) to contain my most frequently used scripts.  I use this
  21. primarily for those scripts which launch significant programs, such
  22. as a word processor (e.g., after assigning font libraries, changing
  23. current directories, and/or changing stack sizes).
  24.  
  25. This was cloned straight off an old ARexx print spooler I picked up
  26. from PLink a while ago, and shows the rexx code used to get at the
  27. arp file requester (I didn't clean up the code at all, tho).
  28.  
  29. I'd guess we don't see a lot of ARexx scripts published because the
  30. authors, like me, might feel the utility is so specific to our
  31. personal needs that no one else would care.  If nothing else, though,
  32. publishing interesting projects can provide some great EXAMPLES for
  33. others to build on!
  34.  
  35. *** John
  36.  
  37. PLink: J DUBLER
  38. CI$:   73220,2567
  39.  
  40. Saved: 11/25/89
  41.